2 This file lists modules PyInstaller was not able to find. This does not
3 necessarily mean this module is required for running your program. Python and
4 Python 3rd-party packages include a lot of conditional or optional modules. For
5 example the module 'ntpath' only exists on Windows, whereas the module
6 'posixpath' only exists on Posix systems.
9 * top-level: imported at the top-level - look at these first
10 * conditional: imported within an if-statement
11 * delayed: imported within a function
12 * optional: imported within a try-except-statement
14 IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
15 tracking down the missing module yourself. Thanks!
17 missing module named 'org.python' - imported by copy (optional)
18 missing module named org - imported by pickle (optional)
19 missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed)
20 missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
21 missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional)
22 missing module named resource - imported by posix (top-level)
23 missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
24 excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
25 missing module named _scproxy - imported by urllib.request (conditional)
26 missing module named termios - imported by getpass (optional)
27 missing module named _posixsubprocess - imported by subprocess (conditional)
28 missing module named fcntl - imported by subprocess (optional)